VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfFontManager Class / ReplaceTextSymbols Methods / ReplaceTextSymbols(Dictionary<PdfTextSymbol,PdfTextSymbol[]>,IActionProgressController,PdfTreeNodeBase[]) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    ReplaceTextSymbols(Dictionary<PdfTextSymbol,PdfTextSymbol[]>,IActionProgressController,PdfTreeNodeBase[]) Method (PdfFontManager)
    In This Topic
    Replaces the text symbols using specified map.
    Syntax

    Parameters

    replaceMap
    The map that should be used for replacing symbol.
    progressController
    Progress controller.
    nodes
    The nodes (instances of PdfPage or PdfFormXObjectResource object) where symbol codes must be replaced.
    Exceptions
    ExceptionDescription
    Thrown if source symbol has the replacing symbols from different fonts.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also